PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


Window Definition Hit Test Result Code Constant

With the Mac OS 8.5 Window Manager, your window definition function may return the following constant to report that a mouse-down event occurred in your window's proxy icon. For other window definition hit test result code constants, see "Defining Your Own Window Definition Function" in Mac OS 8 Window Manager Reference .

enum {
    wInProxyIcon    = 10
};

Constant description

wInProxyIcon
The mouse-down event occurred in the proxy icon of a window.

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)